<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE SignCLI SYSTEM "SigCBB.dtd"[]>
<SignCLI>
<!-- ApplicationLog contains the application log details. The significance of each attribute is as below :
AppLogFlag (YES/NO) : If YES then only Application logging will be enabled.
If NO then no application logging will happen.
AppLogName : Contains the name of the application log file.
AppLogMaxSize (1-5) : This is the maximum size of log file after which it will start overwriting the log.
AppLogNoOfFile (1-5) : This is the number of log file after which rotation of log file starts.
-->
<ApplicationLog AppLogFlag="YES" AppLogName="SigCBB_APP.log" AppLogMaxSize="2" AppLogNoOfFile="3" />
<!-- DebugLog contains the debug log details. The significance of each attribute is as below :
DbgLogFlag (YES/NO) : If YES then only Application logging will be enabled.
If NO then no application logging will happen.
DbgLogName : Contains the name of the application log file.
DbgLogMaxSize (1-5) : This is the maximum size of log file after which it will start overwriting the log.
DbgLogLevel (1-7) : This is the logging level of log file.
-->
<DebugLog DbgLogName="SigCBB_DBG.log" DbgLogFlag="YES" DbgLogMaxSize="1" DbgLogLevel="0"/>
<!-- DefaultCerts contains the details of default certificate. The significance of each attribute is as below :
RootCertificate : Contains the name of the root certificate
RootCertificateType : Contains the type of the root certificate i.e. PEM/DER
PublicCertificate : Contains the name of the user public certificate.
PublicCertificateType : Contains the type of the public certificate i.e. PEM/DER
-->
<DefaultCerts RootCertificate="Certificates/ipsi_rootcert.der" RootCertificateType="DER"
PublicCertificate="Certificates/ipsi_eecert.der" PublicCertificateType="DER"/>
<!-- UserCerts contains the details of user specific certificate. The significance of each attribute is as below :
RootCertificate : Contains the name of the root certificate
RootCertificateType : Contains the type of the root certificate i.e. PEM/DER
PublicCertificate : Contains the name of the user public certificate.
PublicCertificateType : Contains the type of the public certificate i.e. PEM/DER
-->
<UserCerts RootCertificate="Certificates/ipsi_rootcert.der" RootCertificateType="DER"
PublicCertificate="Certificates/ipsi_eecert.der" PublicCertificateType="DER" />

<!-- UserSpecificOptions contains special option for user. The significance of each attribute is as below: EnableSecurityWarning(YES/NO) : User should specify the security redline warning related to weak algorithms should be displayed or not.
-->
<UserSpecificOptions EnableSecurityWarning="Yes"/>
</SignCLI>